Saves an array of annotation containers to a file.
public void SaveAll(
string fileName,
AnnContainer[] containers,
AnnFormat format
)
Public Overloads Sub SaveAll( _
ByVal fileName As String, _
ByVal containers() As AnnContainer, _
ByVal format As AnnFormat _
)
-(void) saveAll:(NSString*)fileName
container:(NSArray*)containers
savePageNumber:(int)savePageNumber;
public void saveAll(String fileName, AnnContainer[] containers, AnnFormat format);
public:
void SaveAll(
String^ fileName,
array<AnnContainer^>^ containers,
AnnFormat^ format
)
fileName
Destination file name to save the data to.
containers
The array of AnnContainer to be saved. This value must not be null.
format
Must be AnnFormat.Annotations.
This method will override any existing data in fileName if it is not a new file.
This method uses the values of AnnContainer.PageNumber during its operation. The page numbers will be saved along with each container.
The AnnContainer.PageNumber value of each container will be used to indicate the output page number. If more than one container has the same value for PageNumber, then only the last container is used. Any AnnContainer object that is null in the array will be ignored.
The SerializeOptions property can contain optional options and events to use during saving of annotations data.
For more information, refer to Annotation Files.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document